7.6
HIGH CVSS 3.1
CVE-2026-55746
Cotonti stored XSS via PFS folder title
Description

Cotonti 1.0.0 (master branch, commit f43f1fc3) is vulnerable to stored Cross-Site Scripting in the Personal File Storage (PFS) module. A folder title (pff_title) is imported with the 'TXT' filter, which does not strip or encode HTML (the tag check in cot_import is disabled), so an authenticated user can store HTML/JavaScript in a folder title. In modules/pfs/inc/pfs.main.php the title is assigned to the template variable PFF_ROW_TITLE without htmlspecialchars(), and modules/pfs/tpl/pfs.tpl outputs {PFF_ROW_TITLE} unescaped. When the folder listing is viewed (including by other users for public folders), the injected script executes in the victim's browser.

INFO

Published Date :

June 18, 2026, 6:46 a.m.

Last Modified :

June 18, 2026, 6:46 a.m.

Remotely Exploit :

Yes !

Source :

TuranSec
Affected Products

The following products are affected by CVE-2026-55746 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

No affected product recoded yet

CVSS Scores
The Common Vulnerability Scoring System is a standardized framework for assessing the severity of vulnerabilities in software and systems. We collect and displays CVSS scores from various sources for each CVE.
Score Version Severity Vector Exploitability Score Impact Score Source
CVSS 3.1 HIGH 309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c
CVSS 4.0 HIGH 309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c
Solution
Sanitize or encode user-supplied folder titles to prevent script execution.
  • Apply patches to the Personal File Storage module.
  • Encode HTML in user-supplied folder titles.
  • Validate input to the TXT filter.
  • Update Cotonti to a patched version.

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2026-55746 vulnerability anywhere in the article.

EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.